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