6 lines
87 B
Python
Executable File
6 lines
87 B
Python
Executable File
#!/usr/bin/python
|
|
|
|
from PresenceService import PresenceService
|
|
|
|
PresenceService.main()
|