mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-18 00:35:36 +00:00
12 lines
378 B
Python
12 lines
378 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
__title__ = 'KuiToi-Server'
|
|
__description__ = 'BeamingDrive Multiplayer server compatible with BeamMP clients.'
|
|
__url__ = 'https://github.com/kuitoi/kuitoi-Server'
|
|
__version__ = '0.0.3'
|
|
__build__ = 21
|
|
__author__ = 'SantaSpeen'
|
|
__author_email__ = 'SantaSpeen@gmail.com'
|
|
__license__ = "FPA"
|
|
__copyright__ = 'Copyright 2022 © SantaSpeen (Maxim Khomutov)'
|