summaryrefslogtreecommitdiff
path: root/hercules/convert_groups.py
blob: 89598b988117bbcf4fd4c05cdfca9058d26d3f75 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python3
# -*- coding: utf8 -*-
#
# Copyright (C) 2017  Evol Online
# Author: Andrei Karas (4144)

from code.servertoclient.groups import convertGroups

convertGroups()