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