Rename DCC project into RAM

RAM: Railroad Assets Manager
This commit is contained in:
2022-04-10 21:05:02 +02:00
parent 305507a4e6
commit d594dbe47c
77 changed files with 16 additions and 16 deletions

4
ram/ram/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
from ram.utils import git_suffix
__version__ = '0.0.1'
__version__ += git_suffix(__file__)