* crafting fixture update * efefays logic implementation done today: * added game.log log basics for the parser. * updated utf-8 headers.
17 lines
345 B
Python
17 lines
345 B
Python
#!/usr/bin/python
|
|
# -*- coding: utf-8 -*-
|
|
"""
|
|
Main application functions.
|
|
|
|
* backing up logs.
|
|
- from directory to directory
|
|
- compression as option
|
|
|
|
* log-sessions:
|
|
- contains one session of log
|
|
- has a source (directory, file)
|
|
- determines user
|
|
- parses logs
|
|
|
|
|
|
""" |