forked from s_ranjbar/city_retrofit
Initial commit for usage catalog branch
This commit is contained in:
parent
7c82a6eaba
commit
1fbb99a5d6
16
catalog_factories/usage_catalog_factory.py
Normal file
16
catalog_factories/usage_catalog_factory.py
Normal file
|
@ -0,0 +1,16 @@
|
|||
"""
|
||||
Usage catalog factory, publish the usage information
|
||||
SPDX - License - Identifier: LGPL - 3.0 - or -later
|
||||
Copyright © 2022 Concordia CERC group
|
||||
Project Coder Guille Gutierrez guillermo.gutierrezmorote@concordia.ca
|
||||
"""
|
||||
|
||||
from pathlib import Path
|
||||
from typing import TypeVar
|
||||
from catalog_factories.construction.nrel_catalog import NrelCatalog
|
||||
Catalog = TypeVar('Catalog')
|
||||
|
||||
|
||||
class ConstructionCatalogFactory:
|
||||
def __init__(self):
|
||||
pass
|
Loading…
Reference in New Issue
Block a user