This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
ictmpl/ictmpl/config.py

6 lines
136 B
Python

class Config:
VERSION = '0.1.0'
REPOSITORY = 'https://github.com/ictmpl/'
METHODS_MODULE_PREFIX = 'ictmpl.methods'