[50a3f7]: / modules / RESTAPI / __main__.py

Download this file

7 lines (5 with data), 117 Bytes

1
2
3
4
5
6
#
from RAPIManager import RAPIManager
if __name__ == '__main__':
manager = RAPIManager()
manager.populate()