Skip to content

Commit

Permalink
delete metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Budescu committed Dec 11, 2024
1 parent d9c3867 commit 6a449b9
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions smac/model/random_forest/multiproc_util/__init__.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,2 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

"""
doc of what is in the file
"""

__author__ = "Iddo Software <[email protected]>"
__copyright__ = "Copyright © 2022, Client & Iddo Software. All Rights Reserved."
__license__ = "Proprietary"
__version__ = "0.1"
__maintainer__ = "Iddo Software <[email protected]>"
__email__ = "[email protected]"
__status__ = "Development" # can also be "Prototype" or "Production"


def main():
pass


if __name__ == '__main__':
main()

0 comments on commit 6a449b9

Please sign in to comment.