summaryrefslogtreecommitdiff
path: root/src/leap/base/configuration.py
blob: 243e2e2c5e380b4aa7f52e16f15aac67a0b84374 (plain)
1
2
3
4
5
6
7
8
9
10
11
"""
Configuration Base Class
"""


class Configuration(object):
    """
    I have no idea how configuration
    (txt vs. sqlite) will be done, but let's stub it now.
    """
    pass